mruby.proc

Undocumented in source.

Members

Aliases

kh_mt_t
alias kh_mt_t = kh_mt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

kh_alloc_mt
void kh_alloc_mt(mrb_state* mrb, kh_mt_t* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_clear_mt
void kh_clear_mt(mrb_state* mrb, kh_mt_t* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_copy_mt
kh_mt_t* kh_copy_mt(mrb_state* mrb, kh_mt_t* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_del_mt
void kh_del_mt(mrb_state* mrb, kh_mt_t* h, khint_t x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_destroy_mt
void kh_destroy_mt(mrb_state* mrb, kh_mt_t* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_get_mt
khint_t kh_get_mt(mrb_state* mrb, kh_mt_t* h, mrb_sym key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_init_mt
kh_mt_t* kh_init_mt(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_init_mt_size
kh_mt_t* kh_init_mt_size(mrb_state* mrb, khint_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_put_mt
khint_t kh_put_mt(mrb_state* mrb, kh_mt_t* h, mrb_sym key, int* ret)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_resize_mt
void kh_resize_mt(mrb_state* mrb, kh_mt_t* h, khint_t new_n_buckets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_closure_new
RProc* mrb_closure_new(mrb_state* , mrb_irep* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_closure_new_cfunc
RProc* mrb_closure_new_cfunc(mrb_state* mrb, mrb_func_t func, int nlocals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_f_send
mrb_value mrb_f_send(mrb_state* mrb, mrb_value self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_proc_cfunc_env_get
mrb_value mrb_proc_cfunc_env_get(mrb_state* , mrb_int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_proc_copy
void mrb_proc_copy(RProc* a, RProc* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_proc_new
RProc* mrb_proc_new(mrb_state* , mrb_irep* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_proc_new_cfunc
RProc* mrb_proc_new_cfunc(mrb_state* , mrb_func_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_proc_new_cfunc_with_env
RProc* mrb_proc_new_cfunc_with_env(mrb_state* , mrb_func_t , mrb_int , const(mrb_value)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

REnv
struct REnv
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RProc
struct RProc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_mt
struct kh_mt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta